Method: saveRegisteredDeviceWithSponsorship

Create a new registered device with sponsorship.

Parameters

Name Type Description
propString string The properties string used to register the device, string is in the following format: userName=value1,macAddress=
value2,ipAddress=value3,state=Approved,
description=value4,applianceGroup=value5
requestingUser string The user requesting the operation
defaultSponsorEmail string Sponsor email address
nacApplianceIp string ExtremeControl engine IP address

Returns

The operation returns an integer error code.

Example

Execute the following web service with a browser:

https://192.168.30.34:8443/axis/services/NACWebService/saveRegisteredDeviceWithSponsorship?propString=userName=jane.smith,macAddress=80:D6:05:4A:D6:C5,state=Approved,applianceGroup=Default&requestingUser=root&defaultSponsorEmail=jdoe@jdoe.com&nacApplianceIp=192.168.30.35